Skip to content

Update vcpkg version dependencies#2718

Merged
antkmsft merged 3 commits intoAzure:mainfrom
antkmsft:versions
Aug 9, 2021
Merged

Update vcpkg version dependencies#2718
antkmsft merged 3 commits intoAzure:mainfrom
antkmsft:versions

Conversation

@antkmsft
Copy link
Copy Markdown
Member

@antkmsft antkmsft commented Aug 9, 2021

Closes #2702

  1. VcPkg have a bug currently so at a moment we can't use version>= and builtin-baseline: [Azure-*] Remove version constraint microsoft/vcpkg#19299 (comment)

  2. Identity depends on core 1.2.0.

  3. Keyvault-Keys depends on core 1.1.0 - @vhvb1989, please correct me if I am wrong.

  4. Storage depends on core 1.0.0, and all storage libs that depend on storage-common do depend on 12.0.0. But datalake depends on storage-blobs 12.1.0 - @Jinming-Hu, please correct me if I am wrong. This also applies to the new azure-storage-queues lib.

  5. Keyvault-Secrets was missing a core dependency in the vcpkg manifest. Per cmakelists.txt, it was depending on core 1.1.0. I updated vcpkg manifest files to reflect that - @gearama, please correct me if I am wrong.

@antkmsft antkmsft mentioned this pull request Aug 9, 2021
14 tasks
@antkmsft antkmsft self-assigned this Aug 9, 2021
@antkmsft antkmsft added this to the [2021] August milestone Aug 9, 2021
@antkmsft antkmsft added blocking-release Blocks release EngSys This issue is impacting the engineering system. labels Aug 9, 2021
Comment thread sdk/storage/azure-storage-files-datalake/vcpkg/Config.cmake.in Outdated
Copy link
Copy Markdown
Member

@vhvb1989 vhvb1989 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Asking to update Key Vault to depend on azure-core 1.2.0

Comment thread sdk/keyvault/azure-security-keyvault-keys/vcpkg/Config.cmake.in Outdated
Comment thread sdk/keyvault/azure-security-keyvault-common/vcpkg/Config.cmake.in Outdated
Comment thread sdk/keyvault/azure-security-keyvault-secrets/vcpkg/Config.cmake.in Outdated
Comment thread sdk/storage/azure-storage-blobs/vcpkg/Config.cmake.in Outdated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

blocking-release Blocks release EngSys This issue is impacting the engineering system.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Put more version requirements in vcpkg manifest files

3 participants